From 6d20c00c0a1a977b70912db536c104babef9f628 Mon Sep 17 00:00:00 2001 From: justbur Date: Fri, 2 Oct 2015 09:04:51 -0400 Subject: [PATCH] Add remove-hook to previous commit --- which-key.el | 1 + 1 file changed, 1 insertion(+) diff --git a/which-key.el b/which-key.el index b0d50991ecf..3412a50a648 100644 --- a/which-key.el +++ b/which-key.el @@ -394,6 +394,7 @@ alongside the actual current key sequence when (when which-key-show-remaining-keys (remove-hook 'pre-command-hook #'which-key--lighter-restore)) (remove-hook 'pre-command-hook #'which-key--hide-popup) + (remove-hook 'post-command-hook #'which-key--hide-popup) (remove-hook 'focus-out-hook #'which-key--stop-timer) (remove-hook 'focus-in-hook #'which-key--start-timer) (which-key--stop-timer))) -- 2.30.2